home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / CodeHints / Descriptions / asobject.xml < prev    next >
Encoding:
Text File  |  2003-09-05  |  468 b   |  9 lines

  1. <strings>
  2.     <string id="Object.toString" value="Converts the specified number to a string and returns it." />
  3.     <string id="Object.valueOf" value="Returns the primitive value of the specified number." />
  4.     <string id="Object.watch" value="Registers a callback to be invoked when the property changes."/>
  5.     <string id="Object.unwatch" value="Releases the callback."/>
  6.     <string id="Object.addProperty" value="Creates a getter/setter property"/>
  7. </strings>
  8.  
  9.